@CHARSET "UTF-8";
/*base style for css file*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
	background:transparent;
	font-family: Arial,Helvetica,sans-serif;
	
}
html{
	font-size:62.5%;
	position:relative;
}
table,caption,tbody,tfoot,thead,tr,th,td{
	/*border-collapse:collapse;8*/
  	margin:0;
	padding:0;
	outline:0;
	font-family : Arial,Helvetica,sans-serif;
}

ul,ol {
	list-style:none;
}
blockquote,q{
	quotes:none;
}
blockquote:before,blockquote:after,q:before,q:after{
	content:'';
	content:none;
}

/*remember to define focus styles!*/
:focus{
	outline:0;
}

/*remember to highlight inserts somehow!*/
ins{
	text-decoration:none;
}
del{
	text-decoration:line-through;
}

/*tables still need 'cellspacing="0"' in the markup */
table{
	border-collapse:collapse;
	
}


a {
	text-decoration: none;
	color:#000;
}
a:hover {
	text-decoration: none;
}
a:focus{
	text-decoration: none;
	outline-offset:0;
	outline: none;
}

.fr {
	float:right;
}
.fl {
	float:left;
}
.clear {
	clear:both;
	font-size:0;
	line-height:0;
}

div.quotes {
	padding: 3px;MARGIN:20px 5px; text-align: right; font-size:12px;
}
div.quotes A {
	BORDER-RIGHT: #ddd 1px solid; padding-RIGHT:2px 5px; BORDER-TOP: #ddd 1px solid; padding-LEFT: 5px; padding-BOTTOM: 2px; BORDER-LEFT: #ddd 1px solid; color: #aaa; MARGIN-RIGHT: 2px; padding-TOP: 2px; BORDER-BOTTOM: #ddd 1px solid; text-decoration: none
}
div.quotes A:hover {
	BORDER-RIGHT: #a0a0a0 1px solid; padding-RIGHT: 5px; BORDER-TOP: #a0a0a0 1px solid; padding-LEFT: 5px; padding-BOTTOM: 2px; BORDER-LEFT: #a0a0a0 1px solid; MARGIN-RIGHT: 2px; padding-TOP: 2px; BORDER-BOTTOM: #a0a0a0 1px solid
}
div.quotes A:active {
	BORDER-RIGHT: #a0a0a0 1px solid; padding-RIGHT: 5px; BORDER-TOP: #a0a0a0 1px solid; padding-LEFT: 5px; padding-BOTTOM: 2px; BORDER-LEFT: #a0a0a0 1px solid; MARGIN-RIGHT: 2px; padding-TOP: 2px; BORDER-BOTTOM: #a0a0a0 1px solid
}
div.quotes SPAN.current {
	BORDER-RIGHT: #e0e0e0 1px solid; padding-RIGHT: 5px; BORDER-TOP: #e0e0e0 1px solid; padding-LEFT: 5px; FONT-WEIGHT: bold; padding-BOTTOM: 2px; BORDER-LEFT: #e0e0e0 1px solid; color: #aaa; MARGIN-RIGHT: 2px; padding-TOP: 2px; BORDER-BOTTOM: #e0e0e0 1px solid; BACKGROUND-color: #f0f0f0
}
div.quotes SPAN.disabled {
	BORDER-RIGHT: #f3f3f3 1px solid; padding-RIGHT: 5px; BORDER-TOP: #f3f3f3 1px solid; padding-LEFT: 5px; padding-BOTTOM: 2px; BORDER-LEFT: #f3f3f3 1px solid; color: #ccc; MARGIN-RIGHT: 2px; padding-TOP: 2px; BORDER-BOTTOM: #f3f3f3 1px solid
}

.blue{ color:#255288;}
.green{ color: #093;}
.red{ color:#ee0000;}














.container {
    width: 1230px;
}
i,em{font-style:normal}
.disN{display:none;}
.disB{display:block;}
#ShopCartBox{display:none !important;}
body{
    background:#f5f6f6;
    --bgColor: #009eaa;
    --bgHoverColor: #ff9c00;
    --fontColor: #009eaa;
    --fontHoverColor: #ff9c00;
}
a{transition:all 0.2s linear 0s;}
img{vertical-align:bottom;/*image-rendering:-webkit-optimize-contrast;*/}
input[type=text],textarea{font-family:Arial, Helvetica, sans-serif;-webkit-appearance: none;}
@font-face {
    font-family: 'iconfont';
    src: url('../fonts/iconfont.woff2?t=1628666875768') format('woff2'),
    url('../fonts/iconfont.woff?t=1628666875768') format('woff'),
    url('../fonts/iconfont.ttf?t=1628666875768') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.noPro{text-align:center;width:100%;}
.noPro img{height:150px;margin-bottom:30px;}
.noPro span{display:block;font-size:14px;color:#999;}
.kj-noproduct-search p{display: block;height: 40px;line-height: 40px;text-align: center;margin-bottom: 120px;}
.kj-scroll-floorbox {
    position: fixed;
    transition: all 0.5s ease 0s;
    background-color: #ffffff;
    z-index: 1003;
    display: none;
    border: 1px solid #ddd;
    box-shadow: 0px 0px 10px rgba(100,100,100,.2);
}

.kj-scroll-floorbox-title {
    border-bottom: 1px solid #dddddd;
    background-color: #f8f8f8;
    font-weight: bold;
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.kj-floor-pos-h-right {
    right: 10px;
}

.kj-floor-pos-h-left {
    left: 10px;
}

.kj-floor-pos-v-middle {
    top: 50%;
    transform: translateY(-50%);
}


.kj-scroll-floor-href {
    display: block;
    font-size: 12px;
    padding-top: 9px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    padding-left: 12px;
    padding-right: 12px;
    text-align:center;
}
.kj-scroll-floor-gototop {
    display: block;
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    text-align:center;
}
.kj-scroll-floor-gototop i{font-size:12px;margin-left:3px;font-weight:bold;}
.kj-scroll-floor-href:hover, .kj-scroll-floor-href.flooractive, .kj-scroll-floor-gototop, .kj-scroll-floor-gototop:hover {
    background-color: var(--bgColor);
    color: #ffffff;
}
/*手机浮动*/
.phone_footer_nav{position:fixed;bottom:0;left:0;width:100%;z-index:1000;background:#fff;height:50px;display:none;}
.phone_footer_nav:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background: #d2d2d2;
    content: "";
    -webkit-transform: scale(1,0.5);
    transform: scale(1,0.5);
    -webkit-transform-origin: center top;
    transform-origin: center top;
}
.phone_footer_nav a{float:left;display:inline-block;width:25%;text-align:center;color:#000;font-size:12px;transform: scale(0.9);padding-top:7px;}
.phone_footer_nav a i{width:20px;height:20px;display:block;margin:0 auto 3px auto;}
.phone_footer_nav a:nth-child(1) i{background:url("../images/phone_menu.png") no-repeat 0 0;background-size:40px auto;}
.phone_footer_nav a:nth-child(2) i{background:url("../images/phone_menu.png") no-repeat 0 -20px;background-size:40px auto;}
.phone_footer_nav a:nth-child(3) i{background:url("../images/phone_menu.png") no-repeat 0 -40px;background-size:40px auto;}
.phone_footer_nav a:nth-child(4) i{background:url("../images/phone_menu.png") no-repeat 0 -60px;background-size:40px auto;}
.phone_footer_nav a.active{color:var(--fontColor);}
.phone_footer_nav a.active:nth-child(1) i{background:url("../images/phone_menu.png") no-repeat -20px 0;background-size:40px auto;}
.phone_footer_nav a.active:nth-child(2) i{background:url("../images/phone_menu.png") no-repeat -20px -20px;background-size:40px auto;}
.phone_footer_nav a.active:nth-child(3) i{background:url("../images/phone_menu.png") no-repeat -20px -40px;background-size:40px auto;}
.phone_footer_nav a.active:nth-child(4) i{background:url("../images/phone_menu.png") no-repeat -20px -60px;background-size:40px auto;}

/*大包装询价*/
#blukquote_dialog .formcolumn-item{display:flex;align-items:center;margin-bottom:12px;}
#blukquote_dialog .formcolumn-item dt{font-size:14px;color:#555;margin-right:10px;width:80px;}
#blukquote_dialog  .formcolumn-item dd{width:calc(100% - 100px);position:relative}
#blukquote_dialog  .formcolumn-item dd input{width:90%;height:38px;line-height:38px;padding:0 10px;border:1px solid #dedede;border-radius:3px;box-shadow:none;transition:border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;}
#blukquote_dialog .formcolumn-item dd input:focus{border:1px solid #66afe9;outline:0 none;box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px rgba(102, 175, 233, 0.6)}
#blukquote_dialog  .formcolumn-item dd textarea {
    width: 90%;
    height: 150px;
    padding: 5px 10px;
    border: 1px solid #dedede;
    border-radius: 3px;
    box-shadow:none;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    resize:none;
}
#blukquote_dialog  .formcolumn-item dd textarea:focus{border:1px solid #66afe9;outline:0 none;box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px rgba(102, 175, 233, 0.6)}
#blukquote_dialog  .formcolumn-item dd .form-vcodebox img{height:38px;}
#blukquote_dialog  .formcolumn-item-ct{display:flex;line-height:38px;}
#blukquote_dialog  .formcolumn-item dd .form-vcodebox{width:110px;order:1;height:38px;margin-left:10px;}
#blukquote_dialog  .formcolumn-item dd .formcom-vcode{width:20%;}
#blukquote_dialog .formcolumn-item dd .required{order:3;margin-left:10px;font-weight:bold;}
#blukquote_dialog .formcolumn-item.formcolumn-item-tips{margin-bottom:0;}
#blukquote_dialog .formcolumn-item.formcolumn-item-tips .text{font-size:12px;color:#FF0D0D;}
#blukquote_dialog  .formcolumn-item dd .formcolumn-item-tips{order:4;}
#blukquote_dialog .modal-footer{border-top:0;padding:0 0 50px 0;}
#blukquote_dialog .modal-footer input{background:var(--bgColor);color:#fff;width:40%;padding:0;font-size:16px;height:40px;transition:all 0.2s linear 0s;}
#blukquote_dialog .modal-footer input:hover{background:var(--bgHoverColor);}
#blukquote_dialog .modal-footer input:hover{color:#fff;}

/*index header*/
/*header*/
.header_top_baseInfo{width:100%;height:35px;line-height:35px;background:#eaeaea;}
.header_top_baseInfo .left_box{display:flex;align-items:center;}
.header_top_baseInfo .left_box i{width:25px;color:var(--fontHoverColor);position:relative;margin-right:10px;}
.header_top_baseInfo .left_box i:after{content:"";width:1px;height:15px;background:#c2c2c2;position:absolute;top:50%;transform: translateY(-50%);right:0;}
#note-swiper{flex:1;height:35px;}
#note-swiper .title_btn{font-size:13px;color:#666666;line-height:35px;overflow:hidden;text-overflow: ellipsis;white-space:nowrap;display:block;}
#note-swiper .title_btn:hover{color:var(--fontColor);text-decoration:underline;}
.header_top_baseInfo .right_box{display:flex;justify-content: flex-end;align-items:center;}
.header_top_baseInfo .right_box a{font-size:13px;color:#666666;}
.header_top_baseInfo .right_box img{height:16px;vertical-align:middle;margin-right:5px;margin-bottom:3px;}
.header_top_baseInfo .right_box .login_btn{margin:0 20px;display:flex;align-items:center;}
.header_top_baseInfo .right_box .login_btn a{position:relative;padding:0 10px;}
.header_top_baseInfo .right_box .login_btn a:before{content:"";width:1px;height:15px;background:#c2c2c2;position:absolute;top:50%;transform: translateY(-50%);left:0;}
.header_top_baseInfo .right_box .login_btn a:first-child:before{width:0;}
.header_top_baseInfo .right_box .login_btn a:first-child{padding-left:0;}
.header_top_baseInfo .right_box .login_btn a:last-child{padding-right:0;}
.header_top_baseInfo .right_box a:hover{color:var(--fontColor);text-decoration:underline;}

.header_logo_search{padding-top:20px;padding-bottom:20px;position:relative;z-index:200;background:#fff;width:100%;}
.header_logo_search .container{display:flex;flex-wrap: wrap;}
.header_logo_search .container:after,.header_logo_search .container:before{display:none;}
.header_logo_search .logo_btn{width:330px;}
.header_logo_search .logo_btn img{max-width:100%;max-height:100%}
.header_logo_search .right_box{padding-top:6px;flex:1;margin-left:auto;display:flex;flex-wrap: wrap;justify-content: flex-end;}
.header_logo_search .search_box{flex:1;}
.header_logo_search .search_form{width:100%;height:40px;display:flex;align-items:center;overflow:hidden;}
.header_logo_search .search_form input{border:1px solid #949494;border-radius:5px 0 0 5px;border-right:0;display:inline-block;flex:1;height:40px;line-height:40px;margin:0;font-size:14px;color:#333;padding:0 10px;}
.header_logo_search .search_form input::-webkit-input-placeholder{color:#999999;} /* WebKit browsers */
.header_logo_search .search_form input::-moz-placeholder{color:#999999;} /* Mozilla Firefox 4 to 18 */
.header_logo_search .search_form input:-moz-placeholder{color:#999999;} /* Mozilla Firefox 19+ */
.header_logo_search .search_form input:-ms-input-placeholder{color:#999999;}/* Internet Explorer 10+ */
.header_logo_search .search_form button{padding:0;border:0;display:inline-flex;height:40px;width:50px;justify-content:center;align-items:center;background:var(--bgColor);color:#fff;transition:all 0.2s linear 0s;border-radius:0 5px 5px 0;}
.header_logo_search .search_form button i{font-size:20px;}
.header_logo_search .search_form button:hover{background:var(--bgHoverColor);}
.header_logo_search .hot_btn{display:flex;flex-wrap:wrap;font-size:13px;color:#999999;margin-top:5px;min-height:18px;}
.header_logo_search .hot_btn label{font-weight:normal;}
.header_logo_search .hot_btn a{color:#666666;margin-right:12px;line-height:18px;}
.header_logo_search .hot_btn a:hover{color:var(--fontColor);text-decoration:underline;}
.header_logo_search .tel_box{display:flex;align-items:center;height:40px;margin-left:35px;}
.header_logo_search .tel_box i{color:#ff7e1e;font-size:25px;position:relative;width:32px;margin-right:10px;}
.header_logo_search .tel_box i:after{content:"";width:1px;height:32px;background:#e2e2e2;right:0;top:50%;transform: translateY(-50%);position:absolute;}
.header_logo_search .tel_box .right_info{flex:1;text-align:center;}
.header_logo_search .tel_box .right_info b{color:#ff7e1e;line-height:22px;font-size:18px;display:block;}
.header_logo_search .tel_box .right_info em{color:#999999;line-height:18px;font-size:12px;display:block;}
.header_logo_search_fixed{position:fixed;top:0;left:0;box-shadow: 0 0 10px rgba(0,0,0,.2);padding:15px 0;}

/*手机端搜索*/
.phone_search_box{border-bottom:1px solid #dedede;background:#f9f9f9;}
.phone_search_box .container{padding-top:10px;padding-bottom:10px;}
.phone_search_box #mobilesearchbox{height:38px;width:100%;float:left;;}
.phone_search_box #mobilesearchbox input{display:inline-block;width:calc(100% - 50px);height:38px;line-height:38px;border:2px solid var(--bgColor);padding:0 10px;margin:0;border-radius:30px 0 0 30px;font-size:13px;color:#333;float:left;}
.phone_search_box #mobilesearchbox button{padding:0;border:0;display:inline-block;height:38px;width:50px;text-align:center;line-height:38px;background:var(--bgColor);border-radius:0 30px 30px 0;font-size:16px;color:#fff;float:left;}

/*导航栏*/
.nav .open>a,.nav .open>a:focus,.nav.open>a:hover{background:#fff !important;color:Var(--fontColor) !important;}
.kj-navbar .navbar-nav>li.active.open>a:hover,.kj-navbar .navbar-nav>li.active.open>a:focus{background:#fff;color:Var(--fontColor);}
.kj-navbar{margin-bottom:0;border:0;border-radius:0;z-index:1000;min-height:48px;background:var(--bgColor);}
.kj-navbar .navbar-header{display:none;}
.kj-navbar .navbar-collapse{padding:0;}
.kj-navbar .navbar-nav >li >a{font-size:16px;color:#fff;padding:0 20px;margin:0;height:48px;line-height:48px;font-weight:bold;}
.kj-navbar .navbar-nav >li >a span{margin-left:5px;font-size:16px;}
.kj-navbar .navbar-nav >li:hover> a{background:#fff;color:Var(--fontColor);}
.kj-navbar .navbar-nav >li > a:focus{background:#fff}
.kj-navbar .navbar-nav >li.active> a{background:#fff;color:Var(--fontColor);}
.kj-navbar .navbar-nav >li > ul{border:0;}
.kj-navbar .navbar-nav >li > ul > li > a{padding-top:0;padding-bottom:0;font-size:14px;color:#333;line-height:36px;}
.kj-navbar .navbar-nav >li > ul > li > a:hover{color:Var(--fontColor);}
.kj-navbar .navbar-right{margin-right:0;}
.kj-navbar .navbar-right li a{padding:0 15px;}
.kj-navbar .navbar-right .dropdown-menu{left:0;right:auto;}
.kj-navbar .navbar-right .li-kj-cart{position:relative;}
.kj-navbar .navbar-right .li-kj-cart:before{content:"";width:1px;height:25px;background:rgba(255,255,255,0.5);left:0;top:50%;transform: translateY(-50%);position:absolute;}
.kj-navbar .navbar-right .li-kj-cart a{display:flex;align-items:center;}
.kj-navbar .navbar-right .li-kj-cart a i{font-size:20px;margin-right:5px;font-weight:normal;}
.kj-navbar .navbar-right .li-kj-cart a sup{display:block!important;width:22px;height:22px;background:#fff;border-radius:3px;text-align:center;line-height:22px;font-size:14px;color:var(--fontColor);top:0;margin-left:5px;font-weight:bold;}
.kj-navbar .navbar-right .li-kj-cart a:hover sup{background:var(--bgColor);color:#fff}
.kj-navbar .navbar-nav .li-kj-nav-procata ul{top:100%;border:0;width:100%;border-radius:0;padding:0;box-shadow:0 0 8px rgba(0,0,0,0.2);background:#fff;}
.kj-navbar .navbar-nav .li-kj-nav-procata ul > li {position: initial;height:42px;transition:all 0.2s linear 0s;border-top:1px solid #eeeeee;}
.kj-navbar .navbar-nav .li-kj-nav-procata ul > li:first-child{border-top:0;}
.kj-navbar .navbar-nav .li-kj-nav-procata ul > li > a{display:inline-flex;width:100%;color: #333333 !important;font-weight: normal;height:42px;line-height:42px;font-size:14px;align-items:center;position:relative;padding-left:15px;padding-right:10px}
.kj-navbar .navbar-nav .li-kj-nav-procata ul > li > a > span{position:absolute;top:50%;transform: translateY(-50%);right:16px;color:#999;}
.kj-navbar .navbar-nav .li-kj-nav-procata ul > li:hover{background:#fafafa;}
.kj-navbar .navbar-nav .li-kj-nav-procata ul > li:hover > a{color:var(--fontColor) !important;background:none;}
.kj-navbar .navbar-nav .li-kj-nav-procata > ul ul {position:absolute;margin:0;width:980px;left:100%;height:100%;top:0;display:none;padding:10px 20px 0 20px;background:#fafafa;overflow:hidden;overflow-y: auto;box-shadow:10px 0 10px rgba(0,0,0,0.1);}
.kj-navbar .navbar-nav .li-kj-nav-procata > ul ul::-webkit-scrollbar{width:4px;height:4px;}
.kj-navbar .navbar-nav .li-kj-nav-procata > ul ul::-webkit-scrollbar-thumb{border-radius:5px;-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2);background-color:#999;}
.kj-navbar .navbar-nav .li-kj-nav-procata > ul ul::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2);border-radius:5px;background-color:#f1f1f1}
.kj-navbar .navbar-nav .li-kj-nav-procata > ul ul li{height:auto;position:initial;border:0;padding:0 0 10px 0;border-bottom:1px dashed #dedede;margin-bottom:10px;}
.kj-navbar .navbar-nav .li-kj-nav-procata > ul ul li:last-child{border-bottom:0;}
.kj-navbar .navbar-nav .li-kj-nav-procata > ul ul li:hover{background:none;}
.kj-navbar .navbar-nav .li-kj-nav-procata > ul ul li a{color:#333 !important;font-weight:bold;padding:0;height:32px;line-height:32px;}
.kj-navbar .navbar-nav .li-kj-nav-procata > ul ul li a span{display:none;}
.kj-navbar .navbar-nav .li-kj-nav-procata > ul ul li a:before{display:none;}
.kj-navbar .navbar-nav .li-kj-nav-procata > ul ul li a:hover{background:none;color:var(--fontColor) !important;}
.kj-navbar .navbar-nav .li-kj-nav-procata ul span.fa-angle-down:before {content: "\f105";}
.kj-navbar .navbar-nav .li-kj-nav-procata > ul li:hover > ul{display:block;}
.kj-navbar .navbar-nav .li-kj-nav-procata > ul > li > ul > li > ul{display:flex !important;position:inherit;left:auto;padding:0;width:auto;height:auto;flex-wrap: wrap;box-shadow:none;}
.kj-navbar .navbar-nav .li-kj-nav-procata > ul > li > ul > li > ul li{margin:0;margin-right:12px;border:0;padding:0 12px 0 0;position:relative;}
.kj-navbar .navbar-nav .li-kj-nav-procata > ul > li > ul > li > ul li:after{content:"";width:1px;height:12px;background:#ccc;position:absolute;top:50%;transform: translateY(-50%);right:0;}
.kj-navbar .navbar-nav .li-kj-nav-procata > ul > li > ul > li > ul li a{font-weight:normal;font-size:14px;color:#666666 !important;height:28px;line-height:28px;padding:0;}
.kj-navbar .navbar-nav .li-kj-nav-procata > ul > li > ul > li > ul li a:hover{color:var(--fontColor) !important;text-decoration:underline;font-weight:normal;}

/*footer*/
.footer_box{margin-top:80px;background:#fff;position:relative;}
.footer_box .message_btn{position:absolute;top:-36px;right:50%;display:flex;align-items:center;border-radius:5px 5px 0 0;background:none;padding:0;border:0;overflow:hidden;margin-right:-825px;z-index:100;}
.footer_box .message_btn > i{width:36px;height:36px;text-align:center;background:#56cdc9;font-size:20px;color:#fff;line-height:36px;transition:all 0.2s linear 0s;}
.footer_box .message_btn em{padding:0 15px;line-height:36px;font-size:15px;color:#fff;display:flex;align-items:center;background:var(--bgColor);transition:all 0.2s linear 0s;}
.footer_box .message_btn em i{margin-left:10px;font-size:18px;}
.footer_box .message_btn:hover em{background:Var(--bgHoverColor)}

.guarantee_box{padding:35px 0 25px 0;border-bottom:1px solid #ebebeb;}
.guarantee_box ul{display:flex;flex-wrap:wrap;justify-content:space-between;width:100%;}
.guarantee_box ul li{display:flex;align-items:center;}
.guarantee_box ul li i{line-height:60px;font-size:45px;color:var(--fontColor);margin-right:22px;}
.guarantee_box ul li span{font-size:16px;color:#333333;font-weight:bold;line-height:60px;}

.footer_box .footer_middle{padding:36px 0 40px 0;display:flex;justify-content: space-between;}
.footer_box .title{font-size:18px;color:#333333;line-height:32px;margin-bottom:6px;font-weight:bold;}
.footer_box .footer_nav{flex:1;display:flex;justify-content:space-between;margin-right:100px;}
.footer_box .footer_nav li .btn_box a{display:block;color:#666666;line-height:30px;font-size:15px;}
.footer_box .footer_nav li .btn_box a:hover{color:var(--fontColor);text-decoration:underline;}
.footer_box .contactus_box{width:340px;padding-right:30px;}
.footer_box .contactus_box .item{display:flex;align-items:flex-start;padding:3px 0;}
.footer_box .contactus_box .item i{color:Var(--fontColor);width:20px;}
.footer_box .contactus_box .item span{flex:1;font-size:15px;color:#666666;line-height:24px;}
.footer_box .contactus_box .item span a{color:#666666;}
.footer_box .contactus_box .item span a:hover{color:var(--fontColor);text-decoration:underline;}
.footer_box .code_box{width:122px;text-align:center;}
.footer_box .code_box img{max-width:100%;max-height:100%;}
.footer_box .code_box span{display:block;text-align:center;font-size:14px;color:#333333;line-height:36px;}
.friend_links{border-top:1px solid #ebebeb;border-bottom:1px solid #ebebeb;display:flex;padding:18px 0;}
.friend_links label{flex:0 0 85px;font-weight:normal;font-size:14px;color:#333333;line-height:30px;}
.friend_links .btn_box{flex:1;display:flex;flex-wrap: wrap;}
.friend_links .btn_box a{height:30px;margin-right:8px;display:flex;align-items:center;justify-content:center;color:#333;}
.friend_links .btn_box a:hover{color:var(--fontColor);text-decoration:underline;}
.footer_copyright{padding:24px 0;text-align:center;}
.footer_copyright .brief_text{font-size:14px;color:#333333;line-height:26px;}
.footer_copyright .brief_text a{color:#333333;}
.footer_copyright .brief_text a:hover{color:var(--fontColor);text-decoration:underline;}
.footer_copyright .brief_text img{vertical-align:middle;margin-bottom:3px;}
.footer_phone_nav{flex:1;margin-right:50px;margin-top:20px;position:relative;padding-bottom:10px;display:none;z-index:1000;}
.footer_phone_nav span{background:#fff;border:1px solid #ddd;height:36px;display:flex;justify-content:space-between;padding:0 12px;align-items:center;font-size:14px;color:#333;}
.footer_phone_nav span i{color:#999;display:inline-block;}
.footer_phone_nav .btn_box{width:100%;position:absolute;bottom:100%;left:0;background:#fff;border:1px solid #ddd;height:140px;overflow:hidden;overflow-y:auto;display:none;}
.footer_phone_nav .btn_box a{display:block;padding:0 12px;font-size:14px;color:#333;line-height:28px;}

/*在线留言*/
#onlineMessage .modal-header{padding:0 15px;height:42px;background:#eeeeee;border-radius:5px 5px 0 0;}
#onlineMessage .modal-header .modal-title{line-height:42px;}
#onlineMessage .modal-header .close{line-height:42px;margin-top:0;}
#onlineMessage .guestbook_form{display:flex;flex-wrap:wrap;}
#onlineMessage .guestbook_form .formcolumn-item{width:calc(50% - 16px);margin:15px 8px 0 8px;}
#onlineMessage .guestbook_form .formcolumn-item-ct{position:relative;}
#onlineMessage .guestbook_form .formcolumn-item-ct .required{position:absolute;right:3px;top:0;line-height:32px;}
#onlineMessage .guestbook_form .formcolumn-item .formcolumn-item-tit{display:none;}
#onlineMessage .guestbook_form .formcolumn-item input{width:100%;height:34px;border:1px solid #dddddd;padding:0 10px;font-size:12px;color:#333;}
#onlineMessage .guestbook_form .formcolumn-item textarea{width:100%;height:155px;border:1px solid #dddddd;padding:10px;font-size:12px;color:#333;line-height:20px;}
#onlineMessage .guestbook_form .formcolumn-item.formcolumn-item-message{width:100%;}
#onlineMessage .guestbook_form .formcolumn-item.formcolumn-item-yzm .formcolumn-item-ct{display:flex;width:100%;height:34px;border:1px solid #dddddd;}
#onlineMessage .guestbook_form .formcolumn-item.formcolumn-item-yzm .formcolumn-item-ct input{order:1;border:0;height:32px;width:calc(100% - 100px);}
#onlineMessage .guestbook_form .formcolumn-item.formcolumn-item-yzm .formcolumn-item-ct .form-vcodebox{order:2;width:100px;}
#onlineMessage .guestbook_form .formcolumn-item.formcolumn-item-yzm .formcolumn-item-ct .form-vcodebox img{height:32px;max-width:100px;}
#onlineMessage .guestbook_form .formcolumn-item.formcolumn-item-yzm .formcolumn-item-ct span{order:3;line-height:32px;}
#onlineMessage #reguser_verifycode-tips{display:none;}
#onlineMessage .modal-footer{border-top:0;padding-top:0;padding-bottom:40px;text-align:left;}
#onlineMessage .modal-footer input{width:100px;height:42px;background:var(--bgColor);color:#fff;border-radius:0;transition:all 0.2s linear 0s;font-size:16px;}
#onlineMessage .modal-footer input:hover{background:var(--bgHoverColor);}


/*float*/
.float_box{position:fixed;right:12px;top:50%;transform:translateY(-50%);transition:all 0.2s linear 0s;z-index:1000;}
.float_box ul{display:inline-block;border-radius:50px;background:var(--bgColor);box-shadow:0 0 10px rgba(27,108,171,0.15);width:60px;padding:5px 0;}
.float_box ul li{text-align:center;position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;height:65px;transition:all 0.2s linear 0s;cursor:pointer;width:60px;}
.float_box ul li:before{
    content:"";width:40px;height:1px;background:rgba(255,255,255,0.8);position:absolute;left:10px;top:0;
}
.float_box ul >li:first-child:before{width:0;}
.float_box ul li i{font-size:26px;color:#fff;display:block;transition:all 0.2s linear 0s;line-height:32px;position:relative;}
.float_box ul li sup{position:absolute;top:0;right:0;background:#e20000;line-height:16px;padding:0 3px;font-size:12px;color:#fff;border-radius:50%;display:block !important;}
.float_box ul li span{font-size:11px;color:#fff;display:block;transition:all 0.2s linear 0s;line-height:16px;}
.float_box ul li:hover i{transform:scale(1.1)}
.float_box ul li .qq_box{padding:10px;background:var(--bgColor);border-radius:5px;position:absolute;right:60px;top:10px;display:none;width:120px;}
.float_box ul li .qq_box a{height:28px;line-height:28px;border-radius:30px;display:block;margin-top:10px;font-size:14px;color:var(--fontColor);background:#fff;}
.float_box ul li .qq_box a:hover{background:#f1f1f1;text-decoration:underline;}
.float_box ul li .qq_box a:first-child{margin-top:0;}
.float_box ul li .qq_box a:active{position:relative;top:2px;}
.float_box ul li .tel_box{border-radius:5px;align-items:center;display:none; position:absolute;right:60px;top:0;padding:20px 16px 16px 16px;font-size:14px;background:#fff;line-height:28px;width:242px;box-shadow:0 3px 8px rgba(0,0,0,0.15);overflow:hidden;}
.float_box ul li .tel_box:before{content:"";width:100%;height:6px;background:var(--bgColor);position:absolute;top:0;left:0;}
.float_box ul li .tel_box i{font-size:42px;color:#ff7e1e;margin-right:10px;}
.float_box ul li .tel_box span{
    font-size:20px;line-height:28px;text-align:left;
    color:#ff7e1e;
}
.float_box ul li .tel_box span em{font-size:14px;color:#999;}
.float_box ul li .code_box{padding:10px;background:var(--bgColor);border-radius:5px;position:absolute;right:60px;top:0;display:none;}
.float_box ul li .code_box img{width:100px;}
.float_box ul li .code_box span{line-height:18px;color:#fff;margin-top:5px;}
.float_box ul li#weixin:hover .code_box{display:block;}
.float_box ul li#ftel:hover .tel_box{display:flex;}
.float_box ul li#fqq:hover .qq_box{display:block;}
.float_box .scrollTop{cursor:pointer;width:60px;height:60px;display:block;margin-top:12px;background:var(--bgColor);color:#fff;text-align:center;line-height:60px;border-radius:50%;box-shadow:0 0 10px rgba(27,108,171,0.15);}
.float_box .scrollTop i{font-size:24px;}
.float_box .scrollTop:hover{background:var(--bgHoverColor);}
.phone_top{display: none;position: fixed;bottom: 60px;right: 10px;z-index: 1000;width: 40px;height: 40px;background: var(--bgHoverColor);border-radius: 50%;text-align: center;line-height: 40px;}
.phone_top i {color: #fff;font-size: 20px;}

/*index*/
#banner-swiper{width:100%;}
#banner-swiper .swiper-wrapper .swiper-slide{vertical-align:bottom;display:inline-block;}
#banner-swiper .swiper-wrapper .img_btn {display:block;width:100%;height:25.5vw;}
#banner-swiper .swiper-wrapper .img_btn img{width:100%;height:100%;}
#banner-swiper .swiper-pagination{bottom:10px;width:100%;text-align:center;}
#banner-swiper .swiper-pagination-bullets .swiper-pagination-bullet{margin:0 5px;background:none;opacity:1;width:10px;height:10px;border-radius:50%;transition:all 0.2s linear 0s;border:1px solid #fff;}
#banner-swiper .swiper-pagination-bullets .swiper-pagination-bullet-active{background:#fff;}
#banner-swiper .swiper-button-next,#banner-swiper .swiper-button-prev{width:26px;height:60px;text-align:center;line-height:60px;transition:all 0.2s linear 0s;}
#banner-swiper .swiper-button-next:after,#banner-swiper .swiper-button-prev:after{font-size:26px;color:#fff;}
#banner-swiper .swiper-button-next:hover,#banner-swiper .swiper-button-prev:hover{background:rgba(0,0,0,0.5)}
#banner-swiper .swiper-button-next{right:20px;}
#banner-swiper .swiper-button-prev{left:20px;}
.middle_banner_btn{overflow:hidden;display:block;margin-top:40px;}
.middle_banner_btn img{max-width:100%;max-height:100%;}
.index_preferential{display:flex;flex-wrap: wrap;margin-top:35px;}
.index_preferential .left_img{width:205px;height:315px;}
.index_preferential .left_img img{width:100%;height:100%;object-fit:cover;}
.index_preferential .right_box{border:1px solid var(--bgColor);margin-left:10px;width:calc(100% - 215px);height:315px;}
.index_preferential .right_box .nav{display:flex;background:var(--bgColor);height:45px;position:relative;}
.index_preferential .right_box .nav .more_btn{font-size:14px;color:#fff;padding:0 15px;position:absolute;top:0;right:0;line-height:45px;display:none;}
.index_preferential .right_box .nav .more_btn:hover{background:none;text-decoration:underline;}
.index_preferential .right_box .nav li{position:initial;}
.index_preferential .right_box .nav li a[role="tab"]{margin-top:5px;width:160px;height:40px;display:flex;align-items:center;justify-content:center;padding:0;font-size:18px;color:#fff;font-weight:bold;}
.index_preferential .right_box .nav li a[role="tab"] i{font-size:20px;margin-right:5px;font-weight:normal;}
.index_preferential .right_box .nav li a[role="tab"]:hover{background:#fff;color:var(--fontColor);}
.index_preferential .right_box .nav li a[role="tab"]:focus{background:#fff;color:var(--fontColor);}
.index_preferential .right_box .nav li.active a[role="tab"]{background:#fff;color:var(--fontColor);}
.index_preferential .right_box .nav li.active .more_btn{display:block;}
.index_hot_product{background:#fff;position:relative;}
.index_hot_product .swiper-slide{height:268px;position:relative;transition:all 0.2s linear 0s;border-right:1px solid #f3f3f3;}
.index_hot_product .swiper-slide .tips{position:absolute;top:23px;right:20px;z-index:10;}
.index_hot_product .swiper-slide .tips img{max-width:100%;max-height:100%;}
.index_hot_product .swiper-slide .img_btn{display:flex;align-items:center;justify-content:center;height:200px;transition: all 480ms ease 0s;padding:5px 5px 0 5px;overflow:hidden;}
.index_hot_product .swiper-slide .img_btn img{max-width:100%;max-height:100%;transform: scale(1,1);transition-duration: 400ms;transition-timing-function: ease-out}
.index_hot_product .swiper-slide .info_box{padding:0 5px 0 12px;}
.index_hot_product .swiper-slide .name_btn{display:block;font-size:14px;color:#333333;line-height:22px;overflow: hidden;text-overflow: ellipsis;white-space:nowrap;}
.index_hot_product .swiper-slide .price_cart{display:flex;align-items:center;}
.index_hot_product .swiper-slide .price{line-height:26px;font-size:14px;color:#d61419;}
.index_hot_product .swiper-slide .old_price{line-height:26px;font-size:14px;color:#999999;text-decoration:line-through;margin-left:5px;}
.index_hot_product .swiper-slide .car_btn{margin-left:auto;line-height:26px;color:#d61419}
.index_hot_product .swiper-slide .car_btn i{font-size:20px;display:inline-block;transition:all 0.2s linear 0s;}
.index_hot_product .swiper-slide:hover .img_btn{transform: scale(0.9,0.9); -moz-transform: scale(0.9,0.9);-webkit-transform: scale(0.9,0.9);-o-transform: scale(0.9,0.9)}
.index_hot_product .swiper-slide:hover .name_btn{color:var(--fontColor);}
.index_hot_product .swiper-slide .car_btn i:hover{transform: scale(1.3);}
.index_hot_product .swiper-button-next,.index_hot_product .swiper-button-prev{width:26px;height:65px;text-align:center;line-height:65px;transition:all 0.2s linear 0s;background:rgba(151,151,151,0.4)}
.index_hot_product .swiper-button-next:after,.index_hot_product .swiper-button-prev:after{color:#fff;font-size:18px;font-weight:bold;}
.index_hot_product .swiper-button-next{right:0;margin-top:-42px;}
.index_hot_product .swiper-button-prev{left:0;margin-top:-42px;}
.index_hot_product .swiper-button-next:hover,.index_hot_product .swiper-button-prev:hover{background:rgba(151,151,151,0.8)}
.index_product_box{margin-top:45px;}
.index_product_box .title_box{display:flex;height:45px;}
.index_product_box .title_box h1{font-size:18px;color:#fff;width:205px;line-height:45px;text-align:center;font-weight:bold;}
.index_product_box .title_box h1 a{color:#fff;}
.index_product_box .title_box .nav{flex:1;display:flex;align-items:center;}
.index_product_box .title_box .nav li a{font-size:14px;color:#ffffff;padding:0 22px;line-height:40px;margin-top:5px;}
.index_product_box .title_box .nav li a:hover{background:#fff;color:var(--fontColor);}
.index_product_box .title_box .nav li a:focus{background:#fff;color:var(--fontColor);}
.index_product_box .title_box .nav li.active a{background:#fff;color:var(--fontColor);font-weight:bold;}
.index_product_box .title_box .more_btn{font-size:14px;color:#ffffff;line-height:45px;margin-left:auto;padding:0 15px;}
.index_product_box .title_box .more_btn:hover{text-decoration:underline;}
.index_product_box .index_product{display:flex;flex-wrap: wrap;}
.index_product_box .index_product .left_box{width:205px;height:404px;border-top:1px solid rgba(255,255,255,0.4);padding-top:25px;}
.index_product_box .index_product .left_box a{display:block;width:125px;height:25px;border:1px solid #fff;border-radius:30px;line-height:23px;text-align:center;font-size:14px;color:#fff;margin:0 auto 15px auto;}
.index_product_box .index_product .left_box a:hover{background:#fff;color:var(--fontColor);}
.index_product_box .index_product .left_box a:active{position:relative;top:2px;}
.index_product_box .index_product .tab-content{width:calc(100% - 205px);}
.index_product_box .index_product ul{background:#fff;border:1px solid #d6d6d6;border-top:0;display:flex;flex-wrap: wrap;}
.index_product_box .index_product ul li{width:20%;height:202px;border-right:1px solid #d6d6d6;border-top:1px solid #d6d6d6;transition:all 0.2s linear 0s;overflow:hidden;position:relative;}
.index_product_box .index_product ul li:nth-child(5n){border-right:0;}
.index_product_box .index_product ul li:nth-child(-n + 5){border-top:0;}
.index_product_box .index_product ul li .tips{position:absolute;top:10px;right:10px;z-index:100;display:flex;align-items:center;}
.index_product_box .index_product ul li .danger_tips{background:#f2eded;color:#e20000;border-radius:5px;padding:0 8px;line-height:18px;font-size:12px;font-weight:bold;}
.index_product_box .index_product ul li .presale_tips{background:#dff0d8;color:var(--fontColor);border-radius:5px;padding:0 8px;line-height:18px;margin-left:5px;font-size:12px;font-weight:bold;}
.index_product_box .index_product ul li .img_btn{display:flex;align-items:center;justify-content:center;height:145px;transition: all 480ms ease 0s;padding:5px 5px 0 5px;overflow:hidden;}
.index_product_box .index_product ul li .img_btn img{max-width:100%;max-height:100%;transform: scale(1,1);transition-duration: 400ms;transition-timing-function: ease-out}
.index_product_box .index_product ul li .info_box{padding:0 15px;text-align:center;}
.index_product_box .index_product ul li .name_btn{display:block;font-size:14px;color:#262626;line-height:28px;overflow: hidden;text-overflow: ellipsis;white-space:nowrap;}
.index_product_box .index_product ul li .price{line-height:18px;font-size:16px;color:#d20817;}
.index_product_box .index_product ul li:hover{box-shadow:0 5px 10px rgba(0,0,0,0.1);}
.index_product_box .index_product ul li:hover .img_btn{transform: scale(0.9,0.9); -moz-transform: scale(0.9,0.9);-webkit-transform: scale(0.9,0.9);-o-transform: scale(0.9,0.9)}
.index_product_box .index_product ul li:hover .name_btn{color:var(--fontColor);}
.index_brand{background:#eff2f5;margin-top:70px;padding-top:55px;padding-bottom:62px;position:relative;}
.index_brand .title_box{display:flex;align-items:center;justify-content:center;margin-bottom:35px;}
.index_brand .title_box h1{font-size:32px;color:#333333;font-weight:bold;margin:0 15px;line-height:44px;}
.index_brand .more_btn{width:212px;height:48px;border-radius:30px;text-align:center;line-height:48px;background:Var(--bgColor);font-size:16px;color:#fff;font-weight:bold;box-shadow:0 0 18px rgba(0,158,170,0.25);margin:25px auto 0 auto;display:block;}
.index_brand .more_btn:hover{background:Var(--bgHoverColor);}
.index_brand .more_btn:active{position:relative;top:2px;}
.index_brand:before{content:"";position:absolute;width:450px;height:100%;top:0;left:0;background:linear-gradient(90deg,#eee 200px,transparent 100%);z-index:1;}
.index_brand:after{content:"";position:absolute;width:450px;height:100%;top:0;right:0;background:linear-gradient(270deg,#eee 200px,transparent 100%);z-index:1;}
.picMarquee-left{ width:100%;  overflow:hidden; position:relative; margin-bottom:18px; }
.picMarquee-left .bd ul{ overflow:hidden; zoom:1; }
.picMarquee-left .bd ul li{ margin:0 15px 0 0;float:left; _display:inline;}
.picMarquee-left .bd ul li .pic a{display: flex;align-items:center;justify-content:center;width:167px;height:100px;background:#fff;transition: all 480ms ease 0s;overflow:hidden;}
.picMarquee-left .bd ul li .pic img{ max-width:100%;max-height:100%;transform: scale(1,1);transition-duration: 400ms;transition-timing-function: ease-out}
.picMarquee-left .bd ul li .pic a:hover img{transform: scale(1.1,1.1); -moz-transform: scale(1.1,1.1);-webkit-transform: scale(1.1,1.1);-o-transform: scale(1.1,1.1)}

.index_company{margin-top:65px;margin-bottom:35px;}
.index_company .index_title{display:flex;justify-content: space-between;align-items:center;margin-bottom:18px;}
.index_company .index_title h1{padding-left:15px;position:relative;font-size:28px;color:#333333;font-weight:bold;}
.index_company .index_title h1:before{content:"";width:5px;height:30px;background:Var(--bgColor);position:absolute;left:0;top:50%;transform: translateY(-50%);}
.index_company .index_title .more_btn{font-size:14px;color:#666666;}
.index_company .index_title .more_btn:hover{color:Var(--fontColor);text-decoration:underline;}
.index_company ul{display:flex;flex-wrap: wrap;border:1px solid #d6d6d6;background:#fff;}
.index_company ul li{border-right:1px solid #d6d6d6;border-top:1px solid #d6d6d6;margin-top:-1px;width:calc(100% / 6);height:130px;transition:all 0.2s linear 0s;}
.index_company ul li:nth-child(6n){border-right:0;}
.index_company ul li .img_btn{display:flex;align-items:center;justify-content:center;height:86px;padding:5px;}
.index_company ul li .img_btn img{max-width:100%;max-height:100%;}
.index_company ul li .name_btn{font-size:14px;color:#333333;line-height:26px;display:block;text-align:center;}
.index_company ul li:hover{box-shadow:0 0 10px rgba(0,0,0,0.2);}
.index_company ul li:hover .name_btn{color:var(--fontColor);}
.index_jf_box{position:relative;}
.index_jf_box .swiper-container{padding:50px 10px 60px 10px;}
.index_jf_box .swiper-slide{background:#fff;height:405px;padding:10px;transition:all 0.2s linear 0s;}
.index_jf_box .swiper-slide .img_btn{display:flex;align-items:center;justify-content:center;height:268px;}
.index_jf_box .swiper-slide .img_btn img{max-width:100%;max-height:100%;}
.index_jf_box .swiper-slide .name_btn{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;font-size:14px;color:#333333;line-height:22px;height:44px;margin:13px 0 11px 0;}
.index_jf_box .swiper-slide .more_btn{display:block;height:38px;line-height:36px;border:1px solid var(--bgColor);text-align:center;font-size:14px;color:#666;border-radius:5px;margin-top:11px;font-weight:bold;}
.index_jf_box .swiper-slide:hover{box-shadow:0 7px 8px rgba(0,0,0,0.1);transform: translateY(-5px);}
.index_jf_box .swiper-slide:hover .name_btn{color:var(--fontColor)}
.index_jf_box .swiper-slide:hover .more_btn{background:var(--bgColor);color:#fff;}
.index_jf_box .swiper-slide .more_btn:active{position:relative;top:2px;}
.index_jf_box .swiper-button-next,.index_jf_box .swiper-button-prev{width:48px;height:48px;border-radius:50%;text-align:center;line-height:48px;background:#fff;transition:all 0.2s linear 0s;}
.index_jf_box .swiper-button-next:after,.index_jf_box .swiper-button-prev:after{color:var(--fontColor);font-size:30px;}
.index_jf_box .swiper-button-next{right:-65px;}
.index_jf_box .swiper-button-prev{left:-65px;}
.index_jf_box .swiper-button-next:hover,.index_jf_box .swiper-button-prev:hover{background:var(--bgColor);}
.index_jf_box .swiper-button-next:hover:after,.index_jf_box .swiper-button-prev:hover:after{color:#fff;}

/*面包屑*/
.page_map{color:#999999;line-height:26px;display:flex;font-size:14px;margin:12px 0;align-items:center;}
.page_map .iconfont{color:var(--fontColor);margin-right:5px;margin-bottom:2px;font-size:18px;}
.page_map .breadcrumb{background:none;padding:0;margin:0;display:inline-block;}
.page_map .breadcrumb a{color:#999999;}
.page_map .breadcrumb a:hover{text-decoration:underline;}
.page_map .breadcrumb > li + li:before{color:#999999;}
.page_map .breadcrumb .active{color:#333;}
.page_map .breadcrumb .active span{color:#333;}

/*分页*/
.kj-page{text-align:center;width:100%;}
.kj-page .pagination{margin:40px 0 20px 0;}
.kj-page .pagination > li > a,.kj-page .pagination > li > span{font-size:13px;margin:3px;padding:0;width:40px;height:28px;line-height:26px;border-radius:5px;color:#999;}
.kj-page .pagination > li > a:hover,.kj-page .pagination > li > span:hover{background:var(--bgColor);color:#fff;border-color:var(--bgColor);}
.kj-page .pagination > li.active > a{background:var(--bgColor);color:#fff;border-color:var(--bgColor);}

/*筛选*/
.filter_box{background:#fff;margin-bottom:8px;border-radius:5px;}
.filter_box ul{display:block;width:100%;padding:0;}
.filter_box ul li{display:flex;border-top:1px solid #e8e8e8;}
.filter_box ul li:first-child{border-top:0;}
.filter_box ul li label{width:75px;font-size:13px;color:#333333;line-height:40px;font-weight:normal;border-right:1px solid #e8e8e8;text-align:center;}
.filter_box ul li .filter_btn{width:calc(100% - 140px);height:30px;overflow:hidden;padding:5px 0 5px 20px;}
.filter_box ul li .filter_btn a{height:30px;line-height:30px;font-size:14px;color:#333333;margin-right:20px;}
.filter_box ul li .filter_btn a:hover{color:var(--fontColor);}
.filter_box ul li .filter_btn a.active{color:var(--fontColor);font-weight:bold;}
.filter_box ul li .viewmore{width:65px;height:40px;color:#333333;line-height:40px;font-size:13px;display:inline-flex;align-items:center;justify-content:center;}
.filter_box ul li .viewmore i{font-size:12px;margin-left:3px;color:#aaaaaa;transition:all 0.2s linear 0s;}
.filter_box ul li .viewmore:hover{color:#e60012;}
.filter_box ul li .viewmore:hover i{color:#e60012;}
.exhibition_box{display:flex;align-items:center;height:40px;background:#fff;margin-bottom:10px;padding:0 10px;}
.exhibition_box label{width:60px;font-size:14px;color:#333333;line-height:40px;font-weight:normal;text-align:center;}
.exhibition_box a{line-height:24px;margin-right:10px;display:flex;align-items:center;justify-content:center;font-size:12px;color:#fff;width:60px;height:24px;border-radius:2px;background:#bbbbbb;}
.exhibition_box a i{font-size:14px;margin-right:5px;}
.exhibition_box a:hover{background:var(--bgColor);}
.exhibition_box a.active{background:var(--bgColor);}
.exhibition_box a:active{position:relative;top:2px;}
.sorting_box{background:#fff;border-radius:5px;display:flex;height:40px;align-items:center;}
.sorting_box label{width:75px;font-size:13px;color:#333333;line-height:40px;font-weight:normal;text-align:center;}
.sorting_box a{width:60px;display:flex;align-items:center;justify-content:center;border:1px solid #adb0b3;border-radius:3px;height:20px;line-height:18px;font-size:13px;color:#333333;margin-right:10px;}
.sorting_box a i{color:#ff0000;font-weight:bold;}
.sorting_box a:hover{background:#f1f1f1;}
.sorting_box a:active{position:relative;top:2px;}
.sorting_box a.active{background:var(--bgColor);border-color:Var(--bgColor);color:#fff;}
.sorting_box a.active i{color:#fff;}

/*产品列表*/
.product_list_ul2{display:block;width:100%;}
.product_list_ul2 li{display:block;width:100%;margin-bottom:20px;overflow:hidden;transition:all 0.2s linear 0s;background:#fff;}
.product_list_ul2 li .pro_description{padding:22px 15px;display:flex;flex-wrap:wrap;align-items:center;position:relative;}
.product_list_ul2 li .pro_description .img_btn{width:90px;height:90px;display:inline-flex;justify-content:center;align-items:center;margin-right:25px;}
.product_list_ul2 li .pro_description .img_btn img{max-width:100%;max-height:100%;}
.product_list_ul2 li .pro_description .right_info{width:calc(100% - 115px)}
.product_list_ul2 li .pro_description .right_info .name_btn{margin-top:12px;font-size:18px;color:#333333;font-weight:bold;line-height:28px;display:block;width:100%;height:28px;overflow:hidden;text-overflow: ellipsis;white-space: nowrap}
.product_list_ul2 li .pro_description .right_info .name_btn .danger_tips{background:#f2eded;color:#e20000;border-radius:5px;padding:0 8px;line-height:18px;font-size:12px;font-weight:bold;display:inline-block;vertical-align:middle;}
.product_list_ul2 li .pro_description .right_info .name_btn .presale_tips{background:#dff0d8;color:var(--fontColor);border-radius:5px;padding:0 8px;line-height:18px;margin-left:5px;font-size:12px;font-weight:bold;display:inline-block;vertical-align:middle;}
.product_list_ul2 li .pro_description .right_info h2{margin-bottom:4px;font-size:14px;color:#666666;line-height:28px;overflow:hidden;text-overflow: ellipsis;white-space: nowrap}
.product_list_ul2 li .pro_description .right_info .basic_text{display:inline-block;line-height:28px;margin-right:45px;}
.product_list_ul2 li .pro_description .right_info label{font-size:14px;font-weight:normal;color:#999999;}
.product_list_ul2 li .pro_description .right_info span{font-size:14px;color:#333333;}
.kj-pro-table table{margin:0;}
.kj-pro-table thead tr th{text-align:center;border:0;background:var(--bgColor);font-size:14px;height:32px;line-height:32px;padding-top:0;padding-bottom:0;color:#fff;font-weight:normal;}
.kj-pro-table thead tr th:nth-child(5){text-align:left;}
.kj-brand-table thead tr th:nth-child(5){text-align:center;}
.kj-pro-table tbody tr td{background:#fff;border-top:0;text-align:center;font-size:14px;color:#333333;border-top:1px solid #dddddd;transition:all 0.2s linear 0s;padding-top:15px;padding-bottom:15px;line-height:22px;}
.kj-brand-table tbody tr td{vertical-align:middle;}
.kj-pro-table tbody tr td:nth-child(5){text-align:left;}
.kj-brand-table tbody tr td:nth-child(5){text-align:center;}
.kj-pro-table tbody tr td .name_btn{display:block;color:#333333;}
.kj-pro-table tbody tr td .name_btn:hover{text-decoration:underline;color:var(--fontColor);}
.kj-pro-table tbody tr td .msds_btn{display:block;color:#e20000;}
.kj-pro-table tbody tr td .msds_btn:hover{text-decoration:underline;}
.kj-pro-table tbody tr td .pro_desc{width:250px;white-space: normal;}
.kj-pro-table tbody tr td .login_btn{color:var(--fontColor)}
.kj-pro-table tbody tr td .login_btn:hover{text-decoration:underline;}
.kj-pro-table tbody tr td .newPrice{color:#e20000;font-weight:bold;}
.kj-pro-table tbody tr td .opt_btn{display:flex;align-items:center;flex-wrap: wrap;}
.kj-pro-table .kj-pro-num-box{margin-bottom:4px;width:98px;height:23px;overflow:hidden;border:1px solid #d7d7d7;vertical-align:middle;border-radius:2px;display:flex;}
.kj-pro-table .kj-pro-num-box button{background:#f1f1f1;width:22px;border:0;padding:0;height:21px;transition:all 0.2s linear 0s;font-size:14px;color:#333;display:inline-flex;justify-content:center;align-items:center;}
.kj-pro-table .kj-pro-num-box input{width:52px;height:21px;line-height:21px;border:0;padding:0;vertical-align:middle;display:inline-block;text-align:center;font-size:12px;color:#333;}
.kj-pro-table .kj-pro-num-box button:hover{background:#dedede;}
.kj-pro-table tbody tr td a.car_btn{border-radius:3px;color:#fff;width:70px;height:24px;display:flex;background:var(--bgColor);align-items:center;justify-content:center;font-size:12px;}
.kj-pro-table tbody tr td a.car_btn i{font-size:14px;margin-right:3px;}
.kj-pro-table tbody tr td a.no_car_btn{background:#999;cursor:not-allowed;}
.kj-pro-table tbody tr td a.car_btn:hover{background:var(--bgHoverColor);}
.kj-pro-table tbody tr td a.no_car_btn:hover{background:#999;}
.kj-pro-table tbody tr td a.car_btn:active{position:relative;top:2px;}
.kj-pro-table tbody tr td a.collect_btn{margin-left:4px;width:24px;height:24px;border:1px solid var(--bgColor);border-radius:3px;text-align:center;line-height:22px;font-size:14px;color:var(--fontColor)}
.kj-pro-table tbody tr td a.collect_btn:hover{background:var(--bgColor);color:#fff;}
.kj-pro-table tbody tr td a.collect_btn:active{position:relative;top:2px;}
.kj-pro-table tbody tr:hover td{background:#f9f9f9;}
.kj-pro-table tbody tr .name_btn:hover{color:var(--fontColor);text-decoration:underline;}
.kj-pro-table tbody tr td .red_price a:hover{text-decoration:underline;}
.product_list_ul3{display:flex;align-items:center;flex-wrap: wrap;}
.product_list_ul3 li{background:#fff;height:336px;padding:0 15px;margin-right:10px;margin-bottom:10px;width:calc((100% - 40px)/5);transition:all 0.2s linear 0s;position:relative;overflow:hidden;border-radius:5px;position:relative;}
.product_list_ul3 li .tips{position:absolute;top:10px;right:10px;z-index:100;display:flex;align-items:center;}
.product_list_ul3 li .danger_tips{background:#f2eded;color:#e20000;border-radius:5px;padding:0 8px;line-height:18px;font-size:12px;font-weight:bold;}
.product_list_ul3 li .presale_tips{background:#dff0d8;color:var(--fontColor);border-radius:5px;padding:0 8px;line-height:18px;margin-left:5px;font-size:12px;font-weight:bold;}
.product_list_ul3 li:nth-child(5n){margin-right:0;}
.product_list_ul3 li .img_btn{display:flex;align-items:center;justify-content:center;height:195px;padding-top:10px;transition: all 480ms ease 0s;}
.product_list_ul3 li .img_btn img{max-width:100%;max-height:100%;transform: scale(1,1);transition-duration: 400ms;transition-timing-function: ease-out}
.product_list_ul3 li .name_btn{font-size:14px;color:#333333;line-height:22px;height:44px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:2;overflow: hidden;}
.product_list_ul3 li .price_box{display:flex;align-items:center;height:44px;justify-content: space-between;}
.product_list_ul3 li .new_price{font-size:16px;color:#d61419;font-weight:bold;line-height:44px;}
.product_list_ul3 li .inventory{height:20px;border:1px solid #d61419;font-size:13px;color:#d61419;border-radius:3px;padding:0 3px;}
.product_list_ul3 li .car_btn{height:32px;width:100%;display:flex;align-items:center;justify-content:center;font-size:14px;color:#333333;border:1px solid #e2e2e2;border-radius:5px;}
.product_list_ul3 li .car_btn i{margin-left:10px;color:#999999;transition:all 0.2s linear 0s;margin-right:10px;}
.product_list_ul3 li .car_btn.no_car_btn{background:#999;border-color:#999;color:#fff;cursor:not-allowed;}
.product_list_ul3 li .car_btn.no_car_btn i{color:#fff;}
.product_list_ul3 li:hover{box-shadow:0 10px 16px rgba(0,0,0,0.2);transform: translateY(-3px)}
.product_list_ul3 li:hover .name_btn{color:var(--fontColor);}
.product_list_ul3 li .car_btn:hover{background:var(--bgColor);border-color:var(--bgColor);color:#fff;}
.product_list_ul3 li .car_btn.no_car_btn:hover{background:#999;border-color:#999;color:#fff;}
.product_list_ul3 li .car_btn:hover i{color:#fff;}
.product_list_ul3 li .car_btn:active{position:relative;top:2px;}


/*产品详情*/
.product_desc_box{background:#fff;padding:20px 15px 45px 15px;}
.product_info_details{display:flex;flex-wrap: wrap;}
.product_info_details .left_box{width:320px;margin-right:35px;}
.product_info_details .left_box .image_box .box{width:100%;}
.product_info_details .left_box .image_box .tb-booth{position:relative;z-index:1;width:100%;height:320px}
.product_info_details .left_box .image_box .tb-pic a{display:flex;align-items:center;justify-content:center;height:100%;width:100%;}
.product_info_details .left_box .image_box .tb-pic a img{vertical-align:middle;max-width:100%;max-height:100%;}
.product_info_details .left_box .image_box .tb-thumb{margin:18px 0 0;overflow:hidden;}
.product_info_details .left_box .image_box .tb-thumb li{border:2px solid #ddd;float:left;height:50px;width:50px;margin:0 6px 0 0;overflow:hidden;padding:1px;}
.product_info_details .left_box .image_box .tb-s40, .tb-s40 a{height:48px;width:48px;}
.product_info_details .left_box .image_box .tb-s40, .tb-s40 a img{max-width:100%;max-height:100%;}
.product_info_details .left_box .image_box .tb-thumb .tb-selected{border-color:#da251c;}
.product_info_details .left_box .image_box .tb-thumb .tb-selected div{background-color:#FFFFFF;border:medium none;}
div.zoomDiv{z-index:999;position:absolute;top:0;left:0;width:200px;height:200px;background:#ffffff;border:1px solid #CCCCCC;display:none;text-align:center;overflow:hidden;}
div.zoomMask{position:absolute;background:url("../images/mask.png") repeat scroll 0 0 transparent;cursor:move;z-index:1;width:100px !important;height:100px !important;}

.product_info_details .right_box{width:calc(100% - 355px);}
.product_info_details .right_box .pro_title{font-size:26px;color:#333333;font-weight:bold;line-height:36px;margin-top:10px;}
.product_info_details .right_box .pro_title .coupons{border-top:1px solid #df3033;border-bottom:1px solid #df3033;background:#ffdedf;line-height:16px;font-size:12px;color:#df3033;display:inline-flex;align-items:center;height:18px;}
.product_info_details .right_box .pro_title .coupons:before{content:"";display:inline-block;width:2px;height:18px;background:url("../images/youhuijuan.png") no-repeat 0 0;margin-right:10px;}
.product_info_details .right_box .pro_title .coupons:after{content:"";display:inline-block;width:2px;height:18px;background:url("../images/youhuijuan.png") no-repeat -2px 0;margin-left:10px;}
.product_info_details .right_box .pro_title .danger_tips{display:inline-block;background:#f2eded;color:#e20000;border-radius:5px;padding:0 8px;line-height:18px;font-size:12px;font-weight:bold;vertical-align:middle;}
.product_info_details .right_box .pro_title .presale_tips{display:inline-block;background:#dff0d8;color:var(--fontColor);border-radius:5px;padding:0 8px;line-height:18px;margin-left:5px;font-size:12px;font-weight:bold;vertical-align:middle;}


.product_info_details .right_box .pro_en_title{font-size:18px;color:#333333;line-height:40px;border-bottom:1px solid #dddddd;}
.product_info_details .right_box .price_box{background:#f3f3f3;padding:27px 22px;display:flex;align-items: flex-end;margin-top:20px;margin-bottom:8px;}
.product_info_details .right_box .price_box label{color:#999;font-size:14px;font-weight:normal;}
.product_info_details .right_box .price_box .price{color:#d61419;font-size:24px;font-weight:bold;line-height:25px;}
.product_info_details .right_box .price_box .old_price{color:#999999;font-size:14px;text-decoration:line-through;margin-left:15px;}
.product_info_details .right_box .price_box a{color:var(--fontColor);}
.product_info_details .right_box .price_box a:hover{text-decoration:underline;}
.product_info_details .right_box .info_box{display:flex;flex-wrap: wrap;border-bottom:1px solid #dddddd;padding:8px 0;}
.product_info_details .right_box .info_box .item{padding:2px 0;line-height:26px;color:#333333;display:flex;align-items:center;width:calc(100% / 3);font-size:14px;}
.product_info_details .right_box .info_box .item.item_all{width:100%;}
.product_info_details .right_box .info_box .item .new_price{font-weight:bold;color:#e20000;}
.product_info_details .right_box .info_box .item label{color:#999999;font-weight:normal}
.product_info_details .right_box .info_box .item label.l1{width:112px;}
.product_info_details .right_box .info_box .item .green{color:var(--fontColor);}
.product_info_details .right_box .info_box .item .login_btn{color:var(--fontColor);}
.product_info_details .right_box .info_box .item .login_btn:hover{text-decoration:underline;}
.product_info_details .right_box .info_box .item .coupons_list{display:flex;flex-wrap: wrap;align-items:center;flex:1;}
.product_info_details .right_box .info_box .item .coupons_list .list{margin-right:10px;border-top:1px solid #df3033;border-bottom:1px solid #df3033;background:#ffdedf;line-height:16px;font-size:12px;color:#df3033;display:flex;align-items:center;height:18px;cursor:pointer;}
.product_info_details .right_box .info_box .item .coupons_list .list:before{content:"";display:inline-block;width:2px;height:18px;background:url("../images/youhuijuan.png") no-repeat 0 0;margin-right:10px;}
.product_info_details .right_box .info_box .item .coupons_list .list:after{content:"";display:inline-block;width:2px;height:18px;background:url("../images/youhuijuan.png") no-repeat -2px 0;margin-left:10px;}
.product_info_details .right_box .info_box .item .select_btn{display:flex;align-items:center;flex:1;margin:6px 0;flex-wrap:wrap;}
.product_info_details .right_box .info_box .item .select_btn a{height:30px;border:1px solid #d9d9d9;padding:0 12px;margin-right:10px;font-size:13px;color:#333;line-height:28px;margin-bottom:5px;}
.product_info_details .right_box .info_box .item .select_btn a.disabled{border:1px dashed #dedede;color:#ccc;cursor:not-allowed;}
.product_info_details .right_box .info_box .item .select_btn a.active{border-color:#e20000;}
.product_info_details .right_box .info_box .item .select_btn a:hover{border-color:#e20000;}
.product_info_details .right_box .info_box .item .select_btn a:active{position:relative;top:2px;}
.product_info_details .right_box .info_box .tips{font-size:14px;color:#333333;line-height:36px;}
.product_info_details .right_box .info_box .tips em{font-size:14px;color:#999999;}
.product_info_details .right_box .kj-pro-num-box{width:150px;height:42px;position:relative;border:1px solid #cbcbcb;text-align:center;background:#fff;overflow:hidden;margin-right:25px;}
.product_info_details .right_box .kj-pro-num-box button{font-size:20px;position: absolute;top:0;width:42px;background:#f9f9f9;border:0;padding:0;height:40px;line-height:40px;transition:all 0.2s linear 0s;}
.product_info_details .right_box .kj-pro-num-box button.kj-pro-num-minus{left:0;border-right:1px solid #cbcbcb;}
.product_info_details .right_box .kj-pro-num-box button.kj-pro-num-plus{right:0;border-left:1px solid #cbcbcb;}
.product_info_details .right_box .kj-pro-num-box button:hover{background:#dedede;}
.product_info_details .right_box .kj-pro-num-box input{width:66px;height:40px;line-height:40px;border:0;top:0;padding:0;vertical-align:top;display:inline-block;text-align:center;font-size:14px;color:#333;margin-left:39px;}
.product_info_details .right_box .footer_btn_box{display:flex;margin-top:20px;flex-wrap:wrap;}
.product_info_details .right_box .footer_btn_box .opt_btn{display:flex;flex-wrap:wrap;}
.product_info_details .right_box .footer_btn_box a{margin-right:10px;width:156px;height:42px;display:flex;align-items:center;justify-content:center;color:#4d4d4d;font-size:16px;border:1px solid #c7c7c7;border-radius:3px;line-height:40px;}
.product_info_details .right_box .footer_btn_box a i{margin-right:5px;font-size:20px;}
.product_info_details .right_box .footer_btn_box a:hover{background:var(--bgColor);border-color:var(--bgColor);color:#fff;}
.product_info_details .right_box .footer_btn_box .car_btn{background:var(--bgColor);border-color:var(--bgColor);color:#fff;}
.product_info_details .right_box .footer_btn_box .car_btn:hover{background:var(--bgHoverColor);border-color:var(--bgHoverColor);}
.product_info_details .right_box .footer_btn_box .enquiry_btn{background:var(--bgColor);border:0;color:#fff;}
.product_info_details .right_box .footer_btn_box .enquiry_btn:hover{background:var(--bgHoverColor);}
.product_info_details .right_box .footer_btn_box a:active{position:relative;top:2px;}
.pro_slide_box{margin-top:25px;overflow:hidden;}
.pro_slide_box .nav{display:flex;}
.pro_slide_box .nav li{margin-right:5px;}
.pro_slide_box .nav li a{margin:0;padding:0;width:150px;text-align:center;font-size:15px;color:#333333;height:36px;line-height:36px;position:relative;background:#eeeeee;font-weight:bold;border-radius:5px 5px 0 0;}
.pro_slide_box .nav li a:hover{background:var(--bgColor);color:#fff;}
.pro_slide_box .nav li a:focus{background:var(--bgColor);color:#fff;}
.pro_slide_box .nav li.active a{background:var(--bgColor);color:#fff;}
.pro_slide_box .nav li.active a:after{width:100%;}
.pro_slide_box .tab-pane{padding:15px 20px 30px 20px;background:#fff;}
.pro_slide_box .activeBox{font-size:14px;color:#333;line-height:26px;}
.pro_slide_box .activeBox img{max-width:100%;max-height:100%;}
.pro_slide_box .pdf_download_list{display:flex;flex-wrap: wrap;}
.pro_slide_box .pdf_download_list a{margin-right:10px;width:auto;padding:0 20px;font-size:14px;color:#fff;height:32px;line-height:32px;background:Var(--bgColor);border-radius:5px;text-align:center;font-weight:bold;}
.pro_slide_box .pdf_download_list a:hover{background:Var(--bgHoverColor)}
.pro_slide_box .pdf_download_list a:active{position:relative;top:2px;}
.pro_hc_article_box .table-responsive table tr th{border-right:1px solid #d9d9d9;font-size:14px;color:#333;}
.pro_hc_article_box .table-responsive table tr:first-child th{border-top:0;}
.pro_hc_article_box .table-responsive table tr:first-child td{border-top:0;}
.pro_hc_article_box .table-responsive table tr td{padding-left:20px;color:#333333; word-break:break-all;}

.pro_hc_slide_box{margin-top:35px;}
.pro_hc_slide_box .nav_box{display:flex;}
.pro_hc_slide_box .nav_box a{margin-right:7px;font-size:15px;color:#333333;width:170px;text-align:center;height:36px;line-height:38px;background:#e5e5e5;border-radius:5px 5px 0 0;font-weight:bold;}
.pro_hc_slide_box .nav_box a:hover{color:#fff;background:var(--bgColor);}
.pro_hc_slide_box .nav_box a.active{color:#fff;background:var(--bgColor);font-weight:bold;}
.pro_hc_article_box{padding:20px 20px 75px 20px;background:#fff;}
.pro_hc_article_box .title_box{line-height:44px;font-size:20px;color:#333333;font-weight:bold;border-bottom:1px solid #dedede;margin-top:20px;margin-bottom:15px;}
.pro_hc_article_box .activeBox{font-size:14px;color:#333333;line-height:32px;}
.pro_hc_article_box .activeBox img{max-width:100%;max-height:100%;}
.pro_hc_article_box .activeBox .input-group{display:flex;align-items:center;}
.pro_hc_article_box .activeBox .input-group input{width:240px;height:32px;margin-right:10px;border-radius:5px;}
.pro_hc_article_box .activeBox .input-group button{padding:0;height:32px;line-height:32px;border:0;width:140px;border-radius:5px;background:var(--bgColor);font-size:14px;color:#fff;font-weight:bold;transition:all 0.2s linear 0s;}
.pro_hc_article_box .activeBox .input-group button:hover{background:var(--bgHoverColor);}
.pro_hc_article_box .activeBox .input-group button:active{position:relative;top:2px;}
.pro_hc_article_box .pdf_download_list{display:flex;flex-wrap: wrap;}
.pro_hc_article_box .pdf_download_list a{margin-right:10px;width:auto;padding:0 20px;font-size:14px;color:#fff;height:32px;line-height:32px;background:Var(--bgColor);border-radius:5px;text-align:center;font-weight:bold;}
.pro_hc_article_box .pdf_download_list a:hover{background:Var(--bgHoverColor)}
.pro_hc_article_box .pdf_download_list a:active{position:relative;top:2px;}
.product_relevant{margin-top:50px;}
.product_relevant h1{font-size:24px;color:#333333;line-height:40px;font-weight:bold;}
.product_relevant .swiper-button-next,.product_relevant .swiper-button-prev{color:#9a9a9a;transition:all 0.2s linear 0s;margin:0;transform: translateY(-50%);}
.product_relevant .swiper-button-next:hover,.product_relevant .swiper-button-prev:hover{color:var(--fontColor);}
.product_relevant .swiper-button-next:after, .product_relevant .swiper-button-prev:after{font-size:30px;font-weight:bold;}
.product_relevant .swiper-button-prev{left:-40px;}
.product_relevant .swiper-button-next{right:-40px;}
.product_relevant .swiper-container{padding:10px 0;}
.product_relevant .swiper-slide{background:#fff;height:336px;padding:0 15px;transition:all 0.2s linear 0s;position:relative;overflow:hidden;}
.product_relevant .swiper-slide .img_btn{display:flex;align-items:center;justify-content:center;height:195px;padding-top:10px;transition: all 480ms ease 0s;}
.product_relevant .swiper-slide .img_btn img{max-width:100%;max-height:100%;transform: scale(1,1);transition-duration: 400ms;transition-timing-function: ease-out}
.product_relevant .swiper-slide .name_btn{font-size:14px;color:#333333;line-height:22px;height:44px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:2;overflow: hidden;}
.product_relevant .swiper-slide .price_box{display:flex;align-items:center;height:44px;justify-content: space-between;}
.product_relevant .swiper-slide .new_price{font-size:16px;color:#d61419;font-weight:bold;line-height:44px;}
.product_relevant .swiper-slide .inventory{height:20px;border:1px solid #d61419;font-size:13px;color:#d61419;border-radius:3px;padding:0 3px;}
.product_relevant .swiper-slide .car_btn{height:32px;width:100%;display:flex;align-items:center;justify-content:center;font-size:14px;color:#666666;border:1px solid #dddddd;border-radius:5px;}
.product_relevant .swiper-slide .car_btn i{margin-left:10px;color:#999999;transition:all 0.2s linear 0s;margin-right:10px;}
.product_relevant .swiper-slide .car_btn.no_car_btn{background:#999;border-color:#999;color:#fff;cursor:not-allowed;}
.product_relevant .swiper-slide .car_btn.no_car_btn i{color:#fff;}
.product_relevant .swiper-slide:hover{box-shadow:0 2px 6px rgba(0,0,0,0.1);transform: translateY(-3px)}
.product_relevant .swiper-slide:hover .name_btn{color:var(--fontColor);}
.product_relevant .swiper-slide .car_btn:hover{background:var(--bgHoverColor);border-color:var(--bgHoverColor);color:#fff;}
.product_relevant .swiper-slide .car_btn.no_car_btn:hover{background:#999;border-color:#999;color:#fff;}
.product_relevant .swiper-slide .car_btn:hover i{color:#fff;}
.product_relevant .swiper-slide .car_btn:active{position:relative;top:2px;}




/*品牌*/
.brand_list_box{background:#fff;border-radius:5px;overflow:hidden;padding:0 20px;}
.brand_list_box .brand_title{border-bottom:2px solid var(--bgColor);margin-top:26px;margin-bottom:18px;}
.brand_list_box .brand_title a{background:Var(--bgColor);line-height:35px;border-radius:5px 5px 0 0;padding:0 22px;font-size:18px;color:#fff;font-weight:bold;display:inline-block;}
.brand_list_box .brand_title a:hover{background:Var(--bgHoverColor);}
.brand_list_box ul{display:flex;flex-wrap:wrap}
.brand_list_box ul li{margin-right:15px;margin-bottom:15px;width:calc((100% - 60px)/5);border:1px solid #e5e5e5;height:120px;transition:all 0.2s linear 0s;}
.brand_list_box ul li:nth-child(5n){margin-right:0;}
.brand_list_box ul li .img_btn{display:flex;align-items:center;justify-content:center;height:120px;padding:5px;}
.brand_list_box ul li .img_btn img{max-width:100%;max-height:100%;}
.brand_list_box ul li:hover{box-shadow:0 5px 5px rgba(0,0,0,0.1);border-color:#dedede;}
.brand_list_box ul li:active{position:relative;top:2px;}
.brand_desc_info{background:url("../images/brand_bg.jpg") repeat-y;background-size:cover;margin-bottom:30px;}
.brand_desc_box{display:flex;align-items: center;padding:32px 0 45px 0;}
.brand_desc_box .left_img{width:250px;height:174px;box-shadow:0 0 13px rgba(0,0,0,0.1);background:rgba(255,255,255,0.5);display:flex;align-items:center;justify-content:center;}
.brand_desc_box .brand_img{width:204px;height:128px;background:#fff;display:flex;align-items:center;justify-content:center;padding:5px;}
.brand_desc_box .brand_img img{max-width:100%;max-height:100%;}
.brand_desc_box .right_article{flex:1;margin-left:40px;font-size:14px;color:#fff;line-height:26px;}
.brand_desc_info .page_map{color:#fff;}
.brand_desc_info .page_map i{color:#fff;}
.brand_desc_info .page_map .breadcrumb a{color:#fff;}
.brand_desc_info .page_map .breadcrumb > li + li:before{color:#fff;}
.brand_desc_info .page_map .breadcrumb .active{color:#fff;}
.brand_desc_info .page_map .breadcrumb .active span{color:#fff;}


/*关于我们*/
.page_banner{height:21vw;}
.page_nav {display:flex;justify-content: center;}
.page_nav a{padding:0 30px;font-size:15px;color:#333333;line-height:42px;background:#e8f6f1;border-radius:30px;margin:0 10px;}
.page_nav a:hover{background:var(--bgColor);color:#fff;}
.page_nav a.active{background:var(--bgColor);color:#fff;}
.page_nav a:active{position:relative;top:2px;}
.page_article{background:#fff;padding:30px;font-size:16px;color:#333333;line-height:38px;margin-top:30px;border-radius:5px;}

.about_article{background:#fff;padding-bottom:80px;}
.about_article .title{text-align:center;}
.about_article .title h1{color:#333333;font-size:26px;line-height:36px;font-weight:bold;}
.about_article .title h2{color:#999;font-size:16px;line-height:24px;}
.about_article .about_article_box{font-size:16px;color:#333333;line-height:38px;margin-top:20px;}
.about_article img{max-width:100%;max-height:100%;}
.about_certificate{margin-top:50px;position:relative;}
.about_certificate .title{text-align:center;margin-bottom:30px;}
.about_certificate .title h1{color:#333333;font-size:26px;line-height:36px;font-weight:bold;}
.about_certificate .title h2{color:#999;font-size:16px;line-height:24px;}
.about_certificate .swiper-slide .img_btn{background:#fff;display:flex;align-items:center;justify-content:center;height:265px;padding:20px;}
.about_certificate .swiper-slide .img_btn img{max-width:100%;max-height:100%;}
.about_certificate .swiper-button-next:after, .about_certificate .swiper-button-prev:after{color:#999;transition:all 0.2s linear 0s;}
.about_certificate .swiper-button-next:hover:after, .about_certificate .swiper-button-prev:hover:after{color:var(--fontColor);}
.about_certificate .swiper-button-next{right:-60px;margin-top:30px;}
.about_certificate .swiper-button-prev{left:-60px;margin-top:30px;}
/*新闻列表*/
.news_list{display:flex;flex-wrap: wrap;}
.news_list li{margin-right:30px;margin-bottom:30px;width:calc((100% - 60px)/3);background:#fff;border-radius:5px;overflow:hidden;padding-bottom:10px;transition:all 0.2s linear 0s;}
.news_list li:nth-child(3n){margin-right:0}
.news_list li .img_btn{display:flex;height:250px;}
.news_list li .img_btn img{width:100%;height:100%;object-fit:cover}
.news_list li .title_btn{font-weight:bold;display:block;font-size:18px;color:#333333;overflow:hidden;text-overflow: ellipsis;white-space: nowrap;line-height:28px;padding:0 20px;margin-top:10px;}
.news_list li .time{font-size:14px;color:#999999;line-height:24px;display:flex;align-items:center;padding:0 20px;}
.news_list li .time i{margin-right:5px;}
.news_list li:hover{box-shadow:0 0 10px rgba(0,0,0,0.2);transform: translateY(-5px);}
.news_list li:hover .title_btn{color:Var(--fontColor);text-decoration:underline;}
.news_list li:hover .more_btn{color:var(--fontColor);}
.news_list li:hover .more_btn i{margin-left:7px;}

.technical_list{background:#fff;border-radius:5px;padding:5px 15px 30px 15px;}
.technical_list li{border-bottom:1px dashed #cecece;display:flex;justify-content: space-between;align-items:center;padding:10px 0;}
.technical_list li a{width:calc(100% - 100px);font-size:15px;color:#333;line-height:26px;overflow:hidden;text-overflow: ellipsis;white-space:nowrap;}
.technical_list li a i{color:var(--fontColor);margin-right:10px;font-size:20px;}
.technical_list li .time{width:100px;text-align:right;font-size:14px;color:#999;line-height:26px;}
.technical_list li .time i{display:inline-block;vertical-align:middle;margin-right:5px;margin-bottom:2px;}
.technical_list li:hover a{color:var(--fontColor);}
.technical_list li:hover a:before{background:var(--bgColor);}
.kj_news_active{background:#fff;border-radius:5px;padding:30px 30px 40px 30px;}
.kj_news_active .kj-main-articleinfo-title{font-size:30px;color:#333;margin-bottom:12px;line-height:36px;}
.kj_news_active .kj-article-time{color:#999;}
.kj_news_active .kj-article-content{color:#333; padding-bottom:50px; margin-bottom: 20px; border-bottom: 1px solid rgb(242,242,242); line-height: 30px;margin-top:20px;}
.kj_news_active .kj-article-content img{max-width:100%;vertical-align:bottom;}
.kj_news_active .kj-article-bottom span{display:block;line-height:32px;}
.kj_news_active .kj-article-bottom a{color:#333;}
.kj_news_active .kj-article-bottom a:hover{color:var(--fontColor);text-decoration:underline;}
.kj_news_active .kj_news_product{margin:0 auto;display:block;height:42px;line-height:42px;padding:0 15px;background:#255288;font-size:14px;color:#fff;width:130px;text-align:center;}
.kj_news_active .kj_news_product:hover{background:#a60e07}
.kj_news_active .kj_news_product:active{position:relative;top:2px;}

/*联系我们*/
.contact_us_box .title{text-align:center;line-height:90px;font-size:40px;color:#333333;font-weight:bold;}
.contact_us_box .contact_info{display:flex;}
.contact_us_box .contact_info .item{margin-right:60px;padding:55px 0 65px 0;display:flex;flex-direction:column;align-items:center;flex:1;}
.contact_us_box .contact_info .item:nth-child(3){margin-right:0;}
.contact_us_box .contact_info .item i{background:#fff;width:90px;height:90px;border-radius:50%;box-shadow:0 0 10px rgba(0,0,0,0.3);text-align:center;line-height:90px;font-size:40px;color:var(--fontColor);margin-bottom:22px;transition:all 0.2s linear 0s;}
.contact_us_box .contact_info .item b{font-size:18px;color:#333333;line-height:30px;}
.contact_us_box .contact_info .item span{font-size:18px;color:#333333;line-height:32px;text-align:center;}
.contact_us_box .contact_info .item a{font-size:18px;color:#333333;line-height:32px;}
.contact_us_box .contact_info .item a:hover{color:var(--fontColor);}
.contact_us_box .contact_info .item:hover i{background:var(--bgColor);color:#fff;}
.map_box{width:100%;height:420px;background:#eee;}

/*合作单位*/
.unit_list_box{background:#fff;border-radius:5px;overflow:hidden;padding:26px 34px;}
.unit_list_box ul{display:flex;flex-wrap:wrap}
.unit_list_box ul li{margin-right:27px;margin-bottom:25px;width:calc((100% - 135px)/6);border:1px solid #e5e5e5;border-radius:3px;height:166px;transition:all 0.2s linear 0s;}
.unit_list_box ul li:nth-child(6n){margin-right:0;}
.unit_list_box ul li .img_btn{display:flex;align-items:center;justify-content:center;height:125px;padding:5px;}
.unit_list_box ul li .img_btn img{max-width:100%;max-height:100%;}
.unit_list_box ul li .name_btn{display:block;text-align:center;font-size:16px;color:#333333;padding:0 5px;line-height:26px;overflow:hidden;text-overflow: ellipsis;white-space:nowrap;}
.unit_list_box ul li:hover{box-shadow:0 5px 5px rgba(0,0,0,0.1);border-color:#dedede;}
.unit_list_box ul li:hover .name_btn{color:var(--fontColor);}
.unit_list_box ul li:active{position:relative;top:2px;}
.qq_box2 {position: absolute;width: 340px;display: none;flex-wrap: wrap;right: 60px;background-color: #fff;padding: 10px;justify-content: space-between;padding-bottom: 0;box-shadow: 0 0 10px rgb(0 0 0 / 10%);border-radius: 5px;top:0;justify-content:flex-start;}
.qq_box2 .qqbox{padding:10px;border:1px solid #ddd;margin-bottom:10px;border-radius:5px;margin-right:8px;}
.qq_box2 .qqbox:nth-child(3n){margin-right:0;}
.float_box ul li .qq_box2 .qqbox span{color:#FF7E1E;font-size:14px;}
.float_box ul li .qq_box2 .qqbox label{font-weight:normal;color:#333;}
.qq_box2 .qqbox:hover{border:1px solid #009EAA;}
.float_box ul li#fqq:hover .qq_box2{display:flex;}
@media only screen and (max-width: 1700px) {
    .footer_box .message_btn{right:10px;margin-right:0;}
}
@media only screen and (max-width: 1430px) {
    .container {
        width: 1100px;
    }
}
@media only screen and (max-width: 1350px) {
    .index_jf_box .swiper-button-next, .index_jf_box .swiper-button-prev{display:none;}
    .about_certificate .swiper-button-next, .about_certificate .swiper-button-prev{display:none;}
}
@media only screen and (max-width: 1320px) {
    /*float*/
 /*   .float_box{right:1px;}
    .float_box ul{width:40px;}
    .float_box ul li{padding:0;height:40px;width:40px;}
    .float_box ul li i{font-size:20px;line-height:40px;padding:0;}
    .float_box ul li i sup{top:4px;right:-6px;}
    .float_box ul li span,.float_box .scrollTop span{display:none;}
    .float_box .scrollTop{width:40px;height:40px;line-height:40px;}
    .float_box .scrollTop i{font-size:20px;}
    .float_box ul li .qq_box,.float_box ul li .code_box,.float_box ul li .tel_box{right:40px;}
    .float_box ul li .tel_box span{display: block;}
    .float_box ul li#weixin i{font-size:24px !important;}
    .float_box ul li#myorder i{font-size:22px !important;}
    .float_box ul li#ftel i{font-size:22px !important;}*/
    .product_relevant .swiper-button-next, .product_relevant .swiper-button-prev{display:none;}
}
@media only screen and (max-width: 1250px) {
    .kj-navbar .navbar-nav > li > a{
        padding:0 10px;
    }
    .container {
        width: 1000px;
    }
    .kj-navbar .navbar-nav .li-kj-nav-procata > ul ul{width:800px;}
    .index_brand:before{background:none !important;width:0 !important;}
    .index_brand:after{background:none !important;width:0 !important;}
    /**修改表单在ipd竖屏时可以有滚动条 **/
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive > .table {
        margin-bottom: 0
    }
    .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
        white-space: nowrap
    }
    .table-responsive > .table-bordered {
        border: 0
    }
    .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > thead > tr > th:first-child {
        border-left: 0
    }
    .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > thead > tr > th:last-child {
        border-right: 0
    }
    .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0
    }
}

@media only screen and (max-width: 1024px) {
    .container {
        width: 768px;
    }
    body{padding-bottom:44px;}
    /*float*/
    .float_box{display:none !important;}
    .phone_top{display:block;}
    .phone_footer_nav{display:block;}
    .contact_us_box .contact_info .item span{font-size:16px;}
    .index_jf_box .swiper-slide{height:355px;}
    .index_jf_box .swiper-slide .img_btn{height:220px;}
    .footer_box .contactus_box{display:none;}
    .news_list li .img_btn{height:200px;}
    .product_info_details .right_box .footer_btn_box a{width:auto;padding:0 10px;font-size:15px;margin-bottom:5px;}
    .product_list_ul3 li{width:calc((100% - 30px)/4)}
    .product_list_ul3 li:nth-child(5n){margin-right:10px;}
    .product_list_ul3 li:nth-child(4n){margin-right:0;}

}
@media only screen and (max-width: 1020px) {
    .footer_box{margin-top:60px;}
    .footer_box .footer_nav,.header_logo_search .tel_box{display:none;}
    .footer_phone_nav{display:block;}
    .guarantee_box{display:none;}
    .header_top_baseInfo .left_box .tel_box{display:none;}
    .header_top_baseInfo .right_box{display:none;}
    .kj-navbar .navbar-right li a{padding:0 5px;}
    .kj-navbar .navbar-nav >li >a{padding:0 5px;}
    .index_product_box .title_box .nav{width:50%;overflow:hidden;overflow-x:auto;}
    .index_product_box .title_box .nav li a{white-space: nowrap;padding:0 10px;}
    .index_product_box .index_product .left_box{display:none;}
    .index_product_box .index_product .tab-content{width:100%;}
    .index_company{margin-bottom:0;}
    .brand_desc_box{flex-wrap: wrap;}
    .brand_desc_box .right_article{flex:auto;width:100%;margin:20px 0 0 0;}
    .news_list li{width:calc((100% - 30px)/2)}
    .news_list li:nth-child(3n){margin-right:30px;}
    .news_list li:nth-child(2n){margin-right:0;}
    .product_info_details .left_box{width:100%;margin-right:0;}
    .product_info_details .left_box .image_box .tb-booth{height:auto;}
    .product_info_details .right_box{width:100%;margin-top:10px;}
}

@media only screen and (max-width: 767px) {
    /**修改表单 **/
   .table-responsive{border:0;}
    /*顶部基本信息展示*/
    body{padding-top:0 !important;}
    .header_top_baseInfo,.top_banner{display:none;}
    /*顶部logo及搜索*/
    .header_logo_search{display:none;}
    /*header*/
    .header_logo_search{padding:0;}
    .header_logo_search .container{padding:0;}
    .kj-navbar{width:100%;flex:auto;display:block;border-top:0;background:#fff;border-bottom:2px solid var(--bgColor)}
    .kj-navbar .navbar-header{display:block;padding:0 15px;}
    .kj-navbar .navbar-header .navbar-brand{padding:0;}
    .kj-navbar .navbar-header .navbar-brand img{max-height:36px;margin-top:7px;}
    .kj-navbar .navbar-header .navbar-toggle{border:0;margin-right:0;}
    .kj-navbar .navbar-header .navbar-toggle .icon-bar{background-color:#999;}
    .kj-navbar .navbar-header .btn-search-toggle{float:right;margin-top:9px;background:none;line-height:30px;padding:0;margin-right:10px;color:#999;font-size:16px;}
    .kj-navbar .navbar-nav{margin:0;flex-wrap:wrap;}
    .kj-navbar .navbar-nav > li{flex:100%;margin:0;}
    .kj-navbar .navbar-nav li a{margin:0;text-align:center;padding:0;height:38px;line-height:38px;font-size:14px;color:#333;}
    .kj-navbar .navbar-nav li{border-top:1px dashed #ddd;}
    .kj-navbar .navbar-nav li.li-kj-nav-procata{display:none;}
    .kj-navbar .navbar-nav >li >a:after{height:0;}
    .kj-navbar .navbar-nav >li.active > a{background:var(--bgColor);color:#fff;}
    .kj-navbar .navbar-nav >li > ul,.kj-navbar .navbar-nav >li >a span{display:none !important;}
    .kj-navbar .navbar-nav .li_new_tips > a:after{left:auto;transform: none;}
    .kj-navbar .navbar-right .li-kj-cart a{justify-content:center;}

    /*index*/
    .index_preferential,.index_brand,.index_company{margin-top:20px;}
    .index_preferential .left_img{display:none;}
    .index_preferential .right_box{width:100%;margin:0;}
    .index_preferential .right_box .nav li a[role="tab"]{width:auto;padding:0 10px;font-size:14px;}
    .middle_banner_btn{display:none;}
    .index_product_box{margin-top:20px;}
    .index_product_box .index_product ul li{width:50%;}
    .index_product_box .index_product ul li:nth-child(2n){border-right:0;}
    .index_product_box .index_product ul li:nth-child(5n){border-right:1px solid #d6d6d6;;}
    .index_product_box .index_product ul li:nth-child(-n + 5){border-top:1px solid #d6d6d6;}
    .index_product_box .index_product ul li:nth-child(-n + 2){border-top:0;}
    .index_product_box .title_box{flex-wrap: wrap;height:auto;}
    .index_product_box .title_box h1{font-size:16px;padding-left:15px;width:auto;order:1;line-height:38px;}
    .index_product_box .title_box .nav{width:100%;flex:0 0 100%;border-top:1px solid rgba(255,255,255,0.5);order:3;}
    .index_product_box .title_box .nav li a{margin-top:0;}
    .index_product_box .title_box .more_btn{order:2;line-height:38px;}
    .index_brand{display:none;}
    .index_brand .title_box img{display:none;}
    .index_company .index_title h1{font-size:18px;}
    .index_company ul li{width:calc(100% / 3);}
    .index_jf_box .swiper-container{padding:20px 0 60px 0;}
    .index_jf_box .swiper-slide{height:290px;}
    .index_jf_box .swiper-slide .img_btn{height:160px;}

    .footer_copyright{padding:10px 0;}
    .footer_box{margin-top:30px;}
    .footer_box .footer_middle{padding:20px 0;flex-wrap: wrap;}
    .footer_box .title{display:none;}
    .footer_phone_nav{margin:0;flex:0 0 100%;}
    .footer_box .code_box{width:100%;justify-content:center;}
    .footer_copyright .brief_text{line-height:18px;font-size:12px;}
    .friend_links{padding:5px;}

    .kj-page .pagination{margin:10px auto;}
    .page_map{margin:5px 0;}
    .product_list_ul3 li{width:calc((100% - 10px)/2);margin-bottom:10px;height:310px;}
    .product_list_ul3 li:nth-child(2n){margin-right:0;}
    .product_list_ul3 li .img_btn{height:160px;}

    .product_list_ul2 li .pro_description{padding:15px;}
    .product_list_ul2 li .pro_description .right_info{width:100%;}
    .product_list_ul2 li .pro_description .right_info .name_btn{font-size:16px;}
    .product_list_ul2 li .pro_description .right_info .basic_text{width:100%;margin-right:0;line-height:24px;}

    .product_desc_box{padding:15px;}
    .product_info_details .left_box{width:100%;margin-right:0;}
    .product_info_details .left_box .image_box .tb-booth{height:auto;}
    .product_info_details .right_box .pro_title{font-size:18px;line-height:28px;}
    .product_info_details .right_box .pro_en_title{font-size:14px;line-height:20px;padding-bottom:10px;}
    .product_info_details .right_box .info_box .item{line-height:24px;width:100%;}
    .product_info_details .right_box .footer_btn_box{margin-top:10px;}
    .product_info_details .info_box .btn_box a{width:auto;padding:0 20px;height:32px;line-height:32px;margin-right:5px;}
    .product_info_details .right_box .footer_btn_box .opt_btn{margin-top:5px;}
    .pro_hc_article_box{padding:15px 15px 35px 15px;}
    .pro_hc_article_box .title_box{margin:0 0 10px 0;font-size:16px;line-height:38px;}
    .pro_hc_article_box .activeBox,.pro_slide_box .activeBox{line-height:24px;}
    .product_relevant h1{font-size:18px;}

    .pro_slide_box .nav li a{width:auto;padding:0 15px;}
    .pro_slide_box .tab-pane{padding:15px;}
    .product_relevant{margin-top:20px;}
    .product_relevant .swiper-slide{height:310px;}
    .product_relevant .swiper-slide .img_btn{height:160px;}

    /*文章*/
    .page_nav{width:100%;justify-content:center;}
    .page_nav a{padding:0 15px;font-size:14px;line-height:32px;margin:0 3px;}
    .about_article{padding-bottom:20px;}
    .about_article .title h1,.about_certificate .title h1{font-size:18px;line-height:30px;}
    .about_article .title h2,.about_certificate .title h2{display:none;}
    .about_article .about_article_box{margin-top:10px;font-size:14px;line-height:24px;}
    .about_certificate{margin-top:20px;}
    .about_certificate .title{margin-bottom:10px;}
    .page_article{margin-top:10px;padding:15px;font-size:14px;line-height:24px;}

    /*新闻*/
    .brand_list_box .brand_title{margin:10px 0;}
    .brand_list_box .brand_title em{font-size:14px;}
    .brand_list_box ul li{width:calc((100% - 12px)/2);margin-right:12px;margin-bottom:12px;padding-bottom:10px;height:auto;}
    .brand_list_box ul li:nth-child(5n){margin-right:12px;}
    .brand_list_box ul li:nth-child(2n){margin-right:0;}
    .brand_list_box ul li .img_btn{height:80px;}
    .technical_list,.service_box{margin:0;}
    .technical_list li a{width:100%;}
    .technical_list li .time{display:none;}
    .news_list li{width:100%;margin-right:0;margin-bottom:12px;}
    .news_list li:nth-child(3n){margin-right:0;}

    .kj_news{padding:15px;}
    .kj_news .kj_news_inner .info_text{font-size:12px;line-height:18px;}
    .kj_news .kj_news_inner .kj_news_title a{font-size:14px;}
    .kj_news .kj_news_inner .kj_news_title .time{font-size:12px;}

    .brand_desc_box{padding:10px 0 20px 0;}
    .brand_desc_box .left_img{width:100%;}
    .brand_desc_box .brand_img{width:90%;}
    .brand_desc_box .right_article{margin-top:10px;line-height:24px;}

    /*联系我们*/
    .contact_us_box .title{font-size:20px;line-height:45px;}
    .contact_us_box .contact_info,.contact_us_box .contact_address{flex-wrap: wrap;}
    .contact_us_box .contact_info .item{margin-right:0;flex:0 0 100%;padding:0;flex-direction:row;align-items: flex-start;}
    .contact_us_box .contact_info .item i{display:none;}
    .contact_us_box .contact_address .item{margin-right:0;flex:0 0 100%;margin-bottom:12px;}
    .contact_us_box .contact_info .item b{font-size:14px;margin-right:10px;flex:0 0 30px;}
    .contact_us_box .contact_info .item span,.contact_us_box .contact_info .item a{font-size:14px;line-height:30px;}
    .map_box{height:250px;margin-top:20px;}
    .contact_us_box .contact_info .item span{text-align:left;}

    .kj_news_active{padding:15px;}
    .kj_news_active .kj-main-articleinfo-title{font-size:18px;line-height:28px;font-weight:bold;}
    .kj_news_active .kj-article-content{margin-top:10px;line-height:24px;}

    #onlineMessage .guestbook_form .formcolumn-item{width:100%;margin-top:5px;}
   .container{width:100%;}
}